Google Links

Follow the links below to find material targeted to the unit's elements, performance criteria, required skills and knowledge

Elements and Performance Criteria

  1. Identify SQL requirements from the specification documentation
  2. Create a relational database
  3. Test SQL results

Knowledge Evidence

To complete the unit requirements safely and effectively, the individual must:

explain the features and application of the following aggregate functions:

MIN

MAX

SUM

AVG

COUNT

COUNT(*)

explain the features and application of the following clause functions:

GROUP BY

HAVING

ORDER BY

dates and times

SQL data types

numbers

text

SQL syntax:

SELECT

FROM

WHERE

LIKE

DISTINCT

CREATE

ALTER TABLE

INSERT INTO

UPDATE

DELETE

DROP

describe the principles of "combining and/or condition" in SQL statements and Boolean operators:

IN and BETWEEN conditional operators

mathematical operators

table joins (relationships).